iT邦幫忙

2023 iThome 鐵人賽

DAY 6
0
Web 3

從BlockChain看Web3系列 第 6

[Day 6] Hands-on-Step 0:安裝

  • 分享至 

  • xImage
  •  

要開始玩Move首先要準備一個Ubuntu的環境,建議版本是20以上。

https://github.com/move-language/move/blob/main/language/documentation/tutorial/README.md

準備好了之後到Home根目錄底下把Move git回來:

git clone https://github.com/move-language/move.git

然後下安裝的Script會自動安裝有的沒有:

cd move
./scripts/dev_setup.sh -ypt

https://ithelp.ithome.com.tw/upload/images/20230921/20118900GPBpwoZMSj.jpg

https://ithelp.ithome.com.tw/upload/images/20230921/20118900pnBIPVbaLh.jpg

當然最後就是可以把move-cli的環境安裝完成:

https://ithelp.ithome.com.tw/upload/images/20230921/201189000IzV0N9qt2.png

中間也是有發生toml_editor版本不對,rustc 太舊無法compile,請參考服用下列指令得到解脫:

cargo update -p toml_edit@0.14.4 --precise 0.14.3
rustup install stable
rustup default stable

感動的一刻,環境建好了

move --help

https://ithelp.ithome.com.tw/upload/images/20230922/20118900GZEbJpCWfE.jpg


上一篇
[Day 5] How Move beat Solidity - Solidity怎麼輸的?
下一篇
[Day 7] Tutorial -Step 1: 我的第一支move
系列文
從BlockChain看Web330
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言